The tests for searchProperty in this page are derived from Section 5.1.2.7
| Test | Description | Orange Labs Result | Nokia Result |
|---|---|---|---|
| eventTargetInterface-5 | After capture events bubble, starting at event's target proceeding up to root | Pass | Not Tested |
| eventTargetInterface-5a | Capture events not triggered during bubble | Pass | Pass |
| chain of bubble determined before initial dispatch of event | Not Tested | Pass | |
| eventTargetInterface-4 | stopPropagation() does not stop dispatch of event to listeners on the same EventTarget | Pass | Not Tested |
| eventTargetInterface-4 | stopPropagation() stops bubble event dispatch further up the tree | Pass | Pass |